div.lpt_container_inside ul,
div.lpt_container_inside ol {
	margin: 10px;
	padding: 0px;
	padding-left: 20px;
}

.lpt_container_inside {
	position: relative;
	min-height: 302px;
	background: white;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right:auto;
	margin-left:auto;
}

.lpt_container_white {
	background-color: #005866;
	border: 1px solid #e1e1e1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.lpt_container_white {
	background: #fff;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lpt-border-top {
    border-top: 1px solid #00000030;
}

#pwAlertDialog {
	min-height: 0px !important;
	width: 20%;
	text-align: center;
	background-color: #939393;
	cursor: wait;
	padding: 0px important!;
}

/*************** Footer ***************/

.footer {
    background-color: #F3F3F3;
}

.lpt_footer_inner {
	margin-top:10px;
	padding-top:10px;
	background:url(../images/commonstyle3/bg_footer.jpg) left top repeat-x;
	font-size: 12px;
}

.lpt_footer_inner .revLogo {
	display: inline-block;
	margin: 0px 80px 0px 0px;
	width: 100px;
}

.lpt_footer_left {
	display: inline-block;
	margin-top: 5px;
	width: 20%;
	margin-right: 1%;
	vertical-align: top;
}

.lpt_footer_links {
	display: inline-block;
	margin-top: 0px;
	width: 100%;
}

.lpt_footer_left ul {
	padding:0px;
	margin: 0px 10px 20px 0px;
	list-style:none;
}

.lpt_footer_left ul li {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
}

.lpt_footer_left ul li a {
	font-size: 12px;
    color: #333333;
    text-decoration: underline;
}

.lpt_footer_inner a:link,
.lpt_footer_inner a:visited {
	color:#757575;
	text-decoration:none;
}

.lpt_footer_inner a:hover {
	text-decoration:underline;
}

.lpt_footer_outer {
	margin-top:10px;
	margin-bottom: 30px;
	border-top: 14px solid #00c6c6;
	background-color: #ecedee;
}

.lpt_footer_inner {
	width:90%;
	margin:0px auto;
}

.footer .lpt-footer_link a:link,
.footer .lpt-footer_link li a:link {
    text-decoration: underline;
}

.footer .lpt-footer_link a:visited,
.footer .lpt-footer_link li a:visited {
    text-decoration: underline;
}

.footer .lpt-footer_link a:active,
.footer .lpt-footer_link li a:active {
    text-decoration: none;
}

.footer .lpt-footer_link a:hover,
.footer .lpt-footer_link li a:hover {
    text-decoration: none;
}

/*************** End Footer ***************/

.flex-container h2 {
    font-size: 24px;
}

.header-links a:link {
    text-decoration: underline;
}

.header-links a:visited {
    text-decoration: underline;
}

.header-links a:active {
    text-decoration: none;
}

.header-links a:hover {
    text-decoration: none;
}

span.info-icon {
    margin-right: 5px;
    display: inline;
    vertical-align: middle;
}

span.info-icon a{
    text-decoration: none;
}

div .info-icon img {
    border: none;
    outline: none;
    margin-top: -.5rem;
    margin-bottom: -3px;
    height: 1.2rem;
    width: 1.2rem;
    image-rendering: crisp-edges;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.field-info-unit span.close {
    top: 15px;
    right: 5px;
}

.field-info-unit {
    margin-top: 1rem;
    border-radius: 0;
    background-color: #F3F3F3;
    font-size: 1rem;
    padding: 1rem 1rem 1rem 1rem;
}

.field-info-unit .close {
    display: block;
    right: 12px;
    top: 10px;
    width: 18px;
    height: 18px;
    background-image: url(../images/icons/fe_close.png);
    background-repeat: no-repeat;
}

.field-info-unit .info-text {
    width: 95% !important;
    font-size: .9em;
    margin: 0;
    padding: 0;
    display: block;
}

.field-info-unit .close a{
    text-indent: -9999px;
    display: block;
}

.field-info-unit ul,
.field-info-unit li {
    font-size: 0.9rem;
}

.payment-info-box .close {
    position: relative;
    right: 0px !important;
    top: 0px !important;
    width: 1.2rem;
    height: 1.2rem;
}

.return-info-box {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}

.lpt-charge-info-box .close,
.exempt-info-box .close,
.return-info-box .close,
.calculation-info-box .close {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
}

.lpt-charge-info-box .close,
.exempt-info-box .close {
    top: -17px !important;
}

.return-info-box .close {
    top: -37px !important;
}

.calculation-info-box .close {
    top: -90px !important;
}

.lpt-charge-info-box .clear,
.exempt-info-box .clear,
.calculation-info-box .clear,
.return-info-box .clear {
    display: none;
}

.form-static-table th:nth-child(1) {
    width: 40%;
}

.stripped-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 1rem;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

.stripped-table .mobile-label {
    display: none;
}

.stripped-table thead tr {
    background-color: #E0E0E0;
}

.stripped-table tr:nth-child(even) {
    background-color: #f2f2f2;
    border-bottom: #333333 1px solid;
}

.stripped-table thead tr th{
    padding: 8px;
    line-height: 1.42857143;
    color: #485057
}

.stripped-table tr {
    border-bottom: #8a8a8a 1px solid;
}

.stripped-table thead {
    border-bottom: #8a8a8a 1px solid;
}

.stripped-table .action {
    float: right;
    padding-right: 2rem;
}

.stripped-table .action a {
    text-decoration: underline;
    color: #186ADE;
}

.stripped-table tr.shaded-row {
    background-color: #E0E0E0;
}

.stripped-table tr.zero-border {
    border: 0px;
}

.stripped-table td.view-detailed-transactions {
    border: 0px;
    padding-top: 0px;
    text-align: right;
}

.stripped-table button.zero-margin {
    margin: 0px;
}

.stripped-table-year-transactions-summary {
    border-top: #8a8a8a 1px solid;
}

.dynamic-search {
    margin-bottom: 10px;
}

.dynamic-search-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

#searchPropertyOrAddress {
    max-width: 330px;
}

.dynamic-search-icon {
    position: absolute;
    right: 0%;
    width: 44px;
    height: 100%;
    transform: scale(0.92);
    pointer-events: none;
    background-image: url(../images/icons/search_icon.png);
    background-color: #2B5A90;
    background-size: contain;
}

.uploadText {
    position: absolute;
    padding: 15px 30px;
    text-align: center;
    width: 90%;
    left: 5%;
    height: 90%;
    top: 5%;
}

.bulkUploadFile {
    width: 100%;
    height: 100px;
    z-index: 100;
    opacity: 0;
    font-size:130px;
}

.invalidRows {
    max-height: 300px;
    overflow:auto;
}

body .modal-dialog {
    margin-top: 20%;
    width: 70%;
}

div.modal-dialog.modal-style {
    width: 100%;
    margin-left: 0;
}

body .modal-title {
    color: #025e63;
    font-weight: bold;
    font-size: 1.75em;
    margin: 5px 15px;
}

.modal-content .modal-body p {
    font-size: 1.2rem;
}

.modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -15%);
    text-align: left;
    font-weight: normal;
}

.modal-footer .btn-primary {
    margin-left:.75rem;
    margin-right: 1rem;
}

.modal-two-button-container{
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
    align-items: flex-end;
}

.close {
    display: inline;
    opacity: 2;
}

.btn-modal-secondary {
    color:  #0673e8;
    background-color: #fff;
    border-color:  #0673e8;
    border-width: 2px;
    font-weight: 400;
    font-size:1.2rem;
    line-height:1;
    border-radius:3px;
    padding:0.9rem 1rem;
    margin-top:1rem;
}

.btn-modal-secondary:hover {
    color: #fff;
    background-color: #0673e8;
}

.popup-close-x {
    margin-top: 10px;
    margin-right: 20px;
}

.popup-close-button {
    margin: 10px 0px 0px;
    padding: 10px 20px;
}

.alert-close-dimensions {
    width: 25px;
    height: 25px;
}

.button-container {
    display: flex;
    margin-top: 2rem;
}

.button-container .btn-primary {
    margin-left: 1rem;
}

.button-container a {
    margin-top: auto;
}

.single-panel_margin {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.single-panel_margin-bottom {
    margin-bottom:1rem;
}

.totalOutstanding {
    text-align: right;
}

.checkmark label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: -20px 0 0 0;
}

.checkmark label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 0;
    left: 5px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #000;
}

#selectAllPropertyChecksLabel:before {
    top: -8px;
}

.period-row .checkmark label:before,
#showFuturePeriodSelection .checkmark label:before {
    top: -4px;
}

.checkmark input[type=checkbox]:checked~label:before {
    font-family: "MyRevenue";
    content: "\e601";
    background: #0c72bc;
    border: 0;
    color: #fff;
    padding-top: .3rem;
    font-size: 1rem;
    text-align: center;
    line-height: 1rem;
}

.label:empty {
    display: block;
}

.checkmark {
    margin: 0px;
    display: inline-block;
}

.checkmark>label {
    padding-left: 25px;
}

.checkmark input[type=checkbox] {
    width: 2em;
    margin: -25px 0 0 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    filter: alpha(opacity=0);
}

.checkmark input[type=checkbox]:disabled~label:before {
    background: #ecedee;
    color: #ecedee;
    cursor: not-allowed;
}

.totalBalance {
    text-align: right;
}

.checkboxProperty input[type="checkbox"] {
    transform: scale(1.5);
    margin-left:5px;
}


/************* Page Divider *************/

hr.horizontal-line {
    margin: 1rem 0;
    border-color: #dddddd;
    clear: both;
  }


hr.horizontal-line.marg-tb2 {
    margin: 2rem 0;
    border-color: #dddddd;
    clear: both;
}

.lpt-login label {
    font-weight: 500;
}

.lpt-login .field-info_link {
    margin-top: 0.5rem;
}

.lpt-login a {
    text-decoration: underline;
}

.lpt-input_message {
    margin: 0.5rem 0 1rem 0;
}

/***************end input field message **************/

/*****************Menu Links ***************/

ul.lpt-menu_links {
    padding-left: 5px;
}

ul.lpt-menu_links li {
    margin: 1rem 1rem 1rem 0;
    list-style:none;
}

.lpt-menu_links a {
    text-decoration:underline;
}

/*****************End Menu Links****************/

/****************LPT ITP Styles************/

/*Header with dropdown search and close button***************/

.itp-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.itp-header div {
   margin-top:1.5rem;
   margin-right:auto;
}

.itp-header .btn {
    margin-top:2rem;
}

.itp-tabular_align {
    padding-left:0px;
}

/***********End ITP Styles***************/
/********ITP Close Window Button***************/

.itp-btn-close {
    color: #186ADE;
    background-color: #ffffff;
    border-color: #186ADE;
    outline: none;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
    padding:1rem;
}

.itp-btn-close:hover {
    border: #fff;
    text-decoration: none;
    color: #0090ec;
}

/**********End ITP Close Button*****************/

/* 403 page-sessionExpired */
#error-box-403 {
    overflow: auto;
	line-height: 4em;
}

#error-box-403 h2 {
	font-size: 16px;
}

#error-box-403 h1 {
	font-size: 25px;
    padding: 1rem 0;
    margin: 1rem 0;
	border-bottom: 1px solid #ddd;
}

a.left-btn{
    width: auto;
    background-image: none;
    height: auto;
    color: #ffffff;
    background-color: #0c72bc;
    border-color: transparent;
    border-bottom: 4px solid #0a4977;
    outline: none;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 3px;
    padding: .825rem 1rem;
}

/* End 403 page-sessionExpired */

.system-error{
    padding-top:20px;
}

.system-error--desc {
  width: 530px;
  float: left;
  padding-left: 20px;
}

.system-error--img {
    float: left;
    margin-left: 14px;
}

.system-error--img img {
  width: 140px;
}
.system-error--btn {
  margin-left: 8px;
}

.amend-pending-payment-warning {
    font-weight: 400;
    font-size: 0.9rem;
}